(rand, srand): Definitions deleted.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 18:38:33 +0000 (18:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 18:38:33 +0000 (18:38 +0000)
src/s/hpux.h

index a47592d0768f11283e342ee73e9716ad87ef2e62..0ddad87e53efe736801e22abd67fc61648c64548 100644 (file)
@@ -193,10 +193,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Use the system provided termcap(3) library */
 #define TERMINFO
 
+#if 0
 /* The 48-bit versions are more winning for Emacs.  */
 
 #define rand lrand48
 #define srand srand48
+#endif
 
 /* In hpux, the symbol SIGIO is defined, but the feature
    doesn't work in the way Emacs needs it to.